home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16847 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.platinum.com!news
  2. From: Michael Scott <mscott@platinum.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Need Logical search lists for paths with NT and Visual C++4.1 builds
  5. Date: Wed, 10 Apr 1996 08:40:44 -0700
  6. Organization: Platinum
  7. Message-ID: <316BD67C.89B@platinum.com>
  8. NNTP-Posting-Host: ns2-ssn.platinum.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (WinNT; I)
  13.  
  14. I am trying to perform builds in an NT environment using Visual C++4.1.  I
  15. want a consistant build algorithm that does not change with the type of build.
  16. I want to have a reference build (CM stable build), an integration build, and
  17. a local build.  I want the build algorithm to look first in the local
  18. workspace for source, obj, lib and exe files. If not found it should look in
  19. the integration workspace.  If not found it should look in the reference
  20. workspace.
  21.  
  22. I can do this under VAX/VMS with MMS and logical search lists.  I can also do
  23. it with Unix.  I can do it with Windows or NT using the subst command and the
  24. Borland IDE directory search lists.  I have not found a way to do it with
  25. Visual C++4.1.  The project appears to hardcode the source path when files are
  26. added to it.  NT doesn't appear to support the VMS or Unix aliases to use the
  27. same drive letter or device name for multiple directories.
  28.  
  29. Any suggestions?
  30.